From: Daniel Campoverde [alx741] Date: Fri, 6 May 2016 04:36:32 +0000 (-0500) Subject: Add man sub-pages in Makefile.in X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~14^2~25^2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=e78b17dea4bc64cbc1b957bc5347afa5563c0ce1;p=cargo.git Add man sub-pages in Makefile.in --- diff --git a/Makefile.in b/Makefile.in index 212dc9750..96e960364 100644 --- a/Makefile.in +++ b/Makefile.in @@ -280,7 +280,7 @@ prepare-image-$(1): $$(IMGDIR_$(1))/share/zsh/site-functions \ $$(IMGDIR_$(1))/etc/bash_completion.d cp $$(TARGET_$(1))/cargo$$(X) $$(IMGDIR_$(1))/bin - cp $(S)src/etc/cargo.1 $$(IMGDIR_$(1))/share/man/man1 + cp $(S)src/etc/*.1 $$(IMGDIR_$(1))/share/man/man1 cp $(S)src/etc/_cargo $$(IMGDIR_$(1))/share/zsh/site-functions/_cargo cp $(S)src/etc/cargo.bashcomp.sh $$(IMGDIR_$(1))/etc/bash_completion.d/cargo cp $(S)README.md $(S)LICENSE-MIT $(S)LICENSE-APACHE \